google.golang.org/grpc/internal/transport.http2Client.streamsQuotaAvailable (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L119: 	streamsQuotaAvailable chan struct{}
		http2_client.go#L350: 		streamsQuotaAvailable: make(chan struct{}, 1),
		http2_client.go#L824: 			ch = t.streamsQuotaAvailable
		http2_client.go#L851: 			case t.streamsQuotaAvailable <- struct{}{}:
		http2_client.go#L974: 			case t.streamsQuotaAvailable <- struct{}{}:
		http2_client.go#L1300: 				close(t.streamsQuotaAvailable) // wake all of them up.
		http2_client.go#L1301: 				t.streamsQuotaAvailable = make(chan struct{}, 1)